IOWindow is {$00000254,$000000B0,$0000023F,$000002CD,$00000000,$00000000,$00000000,$00000000};
LayoutWindow is {$0000011D,$000000AD,$00000384,$000002EE,$0000002A,$00000043,$00000064,$00000000};
end;
Name is "Root";
Enabled is false;
Width is 800; Height is 600;
Elements is [
oMusic2,
oPUBALLO3,
oBouton_sommaire4,
ovid_o5,
oInternet6,
oInternet7,
oALLOCINE8
];
Events is [
cOnscreenEvent
with
Commands is [
cRunCommand
with Target is oMusic2; Rewind is true; end
];
end,
cKeyboardEvent
with Test is IsSpace;
Commands is [
cRunCommand
with Flags is $00000004; Target is oALLOCINE8; Mode is Toggle; end
];
end,
cKeyboardEvent
with Value is "+";
Commands is [
cSetVolumeCommand
with Mode is ExecuteHigher; end
];
end,
cKeyboardEvent
with Value is "-";
Commands is [
cSetVolumeCommand
with Flags is $00000004; Mode is ExecuteLower; end
];
end,
cKeyboardEvent
with Value is "m";
Commands is [
cRunCommand
with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
];
end
];
end;
object oMusic2 is cSound
with
Name is "Music";
AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
Looping is true;
URL is "data/Sons/4.mp3"; URLOption is GetDiskURL;
end;
object oPUBALLO3 is cImage
with
Flags is $00000400;
Name is "PUBALLO";
Enabled is false;
AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
URL is "data/Images/PUBALLO.JPG"; URLOption is GetDiskURL;
end;
object oBouton_sommaire4 is cImage
with
Flags is $00000400;
Name is "Bouton sommaire";
Shown is false; Cursor is oFingerCursor;
X is 629; Y is 573;
AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
Events is [
cMouseEnterEvent
with
Commands is [
cShowCommand
with Target is oTargetSelf; end
];
end,
cMouseLeaveEvent
with
Commands is [
cShowCommand
with Target is oTargetSelf; Mode is Clear; end
];
end,
cMouseUpEvent
with
Commands is [
cBackCommand
with end
];
end
];
end;
object ovid_o5 is cBox
with
Flags is $00008001;
release Editor:
IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
end;
Name is "vid\$E9o";
Shown is false; Cursor is oFingerCursor;
X is 313; Y is 271;
Width is 164; Height is 145;
Events is [
cMouseUpEvent
with Flags is $00004000; Flag is true;
Commands is [
cEnableCommand
with Flags is $00004000; Target is oALLOCINE8; end,
cShowCommand
with Flags is $00004000; Target is oALLOCINE8; end,
cRunCommand
with Flags is $00004000; Target is oALLOCINE8; Rewind is true; end,
cRunCommand
with Flags is $00004000; Target is oMusic2; Mode is Clear; Rewind is true; end
];
end
];
end;
object oInternet6 is cBox
with
Flags is $00000154;
Name is "Internet";
Region is {$FFFF028C,$00030005,$00670192,$00030034,$003B7FFF,$0004002F,$0034003B,$00467FFF,$0005002B,$002F0046,$004C7FFF,$00060026,$002B004C,$004E7FFF,$00070021,$0026004E,$004F7FFF,$0008001E,$0021004F,$00517FFF,$0009001D,$001E0051,$00537FFF,$000A001C,$001D0053,$00557FFF,$000B001B,$001C0055,$00577FFF,$000C001A,$001B0057,$00587FFF,$000D0019,$001A0058,$005A7FFF,$000E0018,$0019005A,$005C7FFF,$000F0017,$0018005C,$005D7FFF,$00100016,$00177FFF,$00110015,$0016005D,$005E7FFF,$0012005E,$005F7FFF,$00130014,$00157FFF,$00140013,$0014005F,$00607FFF,$00150012,$00137FFF,$00160011,$00120060,$00617FFF,$00170010,$00110061,$00627FFF,$0018000F,$00107FFF,$0019000E,$000F0062,$00637FFF,$001A000D,$000E0063,$00647FFF,$001B000C,$000D7FFF,$001C000B,$000C0064,$01927FFF,$001E000A,$000B7FFF,$00210009,$000A7FFF,$00240008,$00097FFF,$00270007,$00087FFF,$002A0006,$00077FFF,$002D0005,$00067FFF,$003A0005,$00067FFF,$00470006,$00077FFF,$00480007,$00087FFF,$004A0008,$00097FFF,$004B0009,$000A7FFF,$004D000A,$000B7FFF,$004E000B,$000C7FFF,$0050000C,$000D7FFF,$0051000D,$000E7FFF,$0053000E,$000F7FFF,$0054000F,$001000FA,$01927FFF,$00550060,$00FA7FFF,$00560010,$0011005F,$00607FFF,$00570011,$0012005E,$005F7FFF,$0058005D,$005E7FFF,$00590012,$0013005C,$005D7FFF,$005A0013,$0014005B,$005C7FFF,$005B0014,$0016005A,$005B7FFF,$005C0016,$00180059,$005A7FFF,$005D0018,$00190057,$00597FFF,$005E0019,$001B0056,$00577FFF,$005F001B,$001C0055,$00567FFF,$0060001C,$001E0054,$00557FFF,$0061001E,$001F0053,$00547FFF,$0062001F,$00210052,$00537FFF,$00630021,$00230051,$00527FFF,$00640023,$0024004E,$00517FFF,$00650024,$002D004A,$004E7FFF,$0066002D,$003C0046,$004A7FFF,$0067003C,$00467FFF,$7FFF0000};
Shown is false; Cursor is oEarthCursor;
X is 202; Y is 139;
Width is 410; Height is 104;
Events is [
cMouseUpEvent
with Flags is $00000004; Flag is true;
Commands is [
cLaunchCommand
with Flags is $00000004; URL is "http://www.allocine.fr"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
];
end
];
end;
object oInternet7 is cBox
with
Name is "Internet";
Region is {$FFFF0034,$00000000,$00200093,$00000000,$00210038,$005C0072,$00937FFF,$001E0038,$005C7FFF,$001F0072,$00937FFF,$00200000,$00217FFF,$7FFF0000};
Shown is false; Cursor is oEarthCursor;
X is 522; Y is 459;
Width is 147; Height is 32;
Events is [
cMouseUpEvent
with Flag is true;
Commands is [
cLaunchCommand
with URL is "http://www.allocine.fr"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
];
end
];
end;
object oALLOCINE8 is cMPEGMovie
with
Flags is $00000150;
Name is "ALLOCINE";
Enabled is false; Shown is false; Cursor is oEmptyCursor;
Width is 800; Height is 600;
URL is "data/Videos/ALLOCINE.MPG"; URLOption is GetDiskURL;
Events is [
cMouseUpEvent
with Flags is $00000004; Flag is true;
Commands is [
cEnableCommand
with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
cShowCommand
with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
cRunCommand
with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
cRunCommand
with Flags is $00000004; Target is oMusic2; Rewind is true; end
];
end,
cFinishedEvent
with Flags is $00000004;
Commands is [
cEnableCommand
with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
cShowCommand
with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
cRunCommand
with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
cRunCommand
with Flags is $00000004; Target is oMusic2; Rewind is true; end